ArcFM Engine Developer Guide
CreateDockArea(DockedLocation,ChildPaneStyle,DockPaneBase[]) Method


The docked location of the new DockAreaPane.
The organizational style of the child panes.
The list of panes to be placed in the DockAreaPane.
Creates a new dock area and adds the specified dockable panes to it.
Syntax
'Declaration
 
Public Overloads Shared Function CreateDockArea( _
   ByVal dockedLocation As DockedLocation, _
   ByVal childPaneStyle As ChildPaneStyle, _
   ByVal basePanes() As DockPaneBase _
) As DockAreaPane
'Usage
 
Dim dockedLocation As DockedLocation
Dim childPaneStyle As ChildPaneStyle
Dim basePanes() As DockPaneBase
Dim value As DockAreaPane
 
value = DockManager.CreateDockArea(dockedLocation, childPaneStyle, basePanes)
public static DockAreaPane CreateDockArea( 
   DockedLocation dockedLocation,
   ChildPaneStyle childPaneStyle,
   DockPaneBase[] basePanes
)

Parameters

dockedLocation
The docked location of the new DockAreaPane.
childPaneStyle
The organizational style of the child panes.
basePanes
The list of panes to be placed in the DockAreaPane.

Return Value

The new DockAreaPane that was created.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DockManager Class
DockManager Members
Overload List

 

 


Send Comment